projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f50800
)
Build adds not-yet-built libgtk-x11-2.0.la into the linker flags
author
Benjamin Otte
<otte@gnome.org>
Mon, 21 Dec 2009 01:43:10 +0000
(
02:43
+0100)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:53:36 +0000
(20:53 -0400)
Commit
9e7c91bf83fd21a559b5658d02a1466deb4de919
added a bit too many
LDFLAGS to the build of gtk-update-icon-cache, revert it to only use the
required ones. BugĀ 605036
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index 6d1318de99e3376bd9ab4fffa5a3b177bfcb9b5d..c8f8810bc6ad9b4ace461dfa426361d7cd377d37 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-1049,7
+1049,10
@@
gtk_query_immodules_2_0_LDADD = $(LDADDS)
gtk_query_immodules_2_0_SOURCES = queryimmodules.c
-gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(LDADDS)
+gtk_update_icon_cache_LDADD = \
+ $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
+ $(GDK_PIXBUF_DEP_LIBS)
+
gtk_update_icon_cache_SOURCES = \
updateiconcache.c